#!/bin/sh
if [ ! -f "$3/bin/bash_old" ]
then
	mv "$3/bin/bash" "$3/bin/bash_old"
fi
